home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / utility / 681 / breakup2 / breakup.txt < prev   
Encoding:
Text File  |  1993-02-13  |  3.3 KB  |  74 lines

  1. This file should contain BREAKUP.PRG and BREAKUP.TXT. This program is FREEWARE.
  2. All rights reserved. Note that FREEWARE does not mean Public Domain.
  3.  
  4. I have often let my Aladdin files get to large to load into a word processor
  5. or text editor. I ended up trying to split the files manually. This was
  6. a difficult task sometimes so I sat down and wrote this little program. I
  7. had seen several request on GEnie for such a program and thus decided to
  8. share it with others.
  9.  
  10. Breakup is a very simple utility to split large files. It is nothing elaborate
  11. or anything. You just enter 3 pieces of information and off it goes. Breakup
  12. has NOT been tested on anything other than a Mega STE 4 with TOS 2.06. It
  13. should however work on all ST systems. I do not know about a TT since I do
  14. not have one. Reports indicate that it does work on a TT though.
  15.  
  16. I, or Southern Software (the company) cannot be held responsible for any
  17. damages, lost time, lost information, lost profit or anything else. You
  18. accept this program as is. Nothing intentionally has been added to cause
  19. any form of damage.
  20.  
  21. Ok, now onto running Breakup.
  22.  
  23. When the program boots up, you will be presented with a prompt asking what
  24. size in 1K increments to make each block. There is a 4000K (4 meg) limit on
  25. the size of each block. You can enter '0' here to terminate the program. The
  26. program will then calculate the number of blocks that is required to split
  27. the file in the size you have chosen. There is a limit of 999 blocks. That
  28. calculates to a possible original file size of 4,091,904,000 bytes.
  29.  
  30. If at anytime the program cannot allocated the required memory to do the spilt,
  31. it will inform you of a memory allocation error and ask you to choose another
  32. block (file) size.
  33.  
  34. You will next be presented with a fileselector to choose the file you wish
  35. to split. Selecting CANCEL here will terminate the program.
  36.  
  37. You will now be presented with another fileselector to select the drive
  38. and/or path that you want the split files to be written to. Selecting CANCEL
  39. here will terminate the program also.
  40.  
  41. The program will then start splitting the file into the file size you
  42. requested. The last file to be created will contain what is left over after
  43. splitting the file into those sizes. The program will display the filename it
  44. is currently writing.
  45.  
  46. The program will write the files with the extension of the number of the file
  47. it is currently on. Here is an example of a file that I split.
  48.  
  49.   Block Size: 1000   (1000K = 1024000 = 1meg)
  50.   Filename: STRTINP.TXT  (filesize = 2726585)
  51.  
  52.   The program will produce the following.
  53.  
  54.   File #1: STRTINP.001  (filesize = 1024000)
  55.   File #2: STRTINP.002  (filesize = 1024000)
  56.   File #3: STRTINP.003  (filesize = 678585 )
  57.  
  58. The program will leave the original file intact. It will never do anything
  59. to the original file except to read it in.
  60.  
  61. After the program has finished splitting the file, it will return you to the
  62. prompt asking for the Block size of the next file. You can either do another
  63. file by entering the size you want or, you can enter 0 to terminate the program.
  64.  
  65. I hope this will be as useful to you as it has been for me.
  66.  
  67. A FREEWARE product from Southern Software
  68.  
  69. Copyright © 1992 - 1993, Southern Software
  70.  
  71. Wayne Watson
  72. GEnie address R.WATSON15
  73.  
  74.